home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / mmailp.idb / usr / lib / Zmail / bin / sun-audio-file.z / sun-audio-file
Encoding:
Text File  |  1997-01-22  |  224 b   |  13 lines

  1. #!/bin/csh -fb
  2. # (The "-fb" might need to be changed to "-f" on some systems)
  3. #
  4.  
  5. if (! $?METAMAIL_TMPDIR) then
  6.     set METAMAIL_TMPDIR=/tmp
  7. endif
  8.  
  9. cd ${METAMAIL_TMPDIR}
  10. uudecode < $1
  11. audiotool audio-file
  12. rm -f audio-file $1
  13.